/*
 Project Name :Six Theme
 Author Company : upscale studio
 Project Date: 15 oct, 2016
 Author Website : http://www.upscalestudio.com
 */


/* Table of Content
==================================================
1. Fonts
2. Common css
   a)button style
   b)Main heading
   c)Form style
   d)center
   e)Overlay
   f)Socials
   g)Owl Carousel Navigation Style
   h)Pre Loader
   i)Bread crumb
3. Main Banner
4. Header
4. Services
5. Work/ Portfolio
6. Team
7. Testimonial
8. Price Plans
9. Newsletter
10.Footer
11.Copy Rights
12.Search
13.Call To action
14.Blog
15.SideBar
16.Error Page
17.Contact Us

================================================
Fonts
================================================
*/

@import '../../css.css';

/*
================================================
Common Css
================================================
*/

.pagelist {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}
.pagelist ul {
    margin: 0 auto;
    display: inline-block;
}
.pagelist li {
    padding: 0 13px;
    line-height: 36px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ddd;
    margin-left: -1px;
    float: left;
    background-color: #FFF;
    cursor: pointer;
}
.pagelist li a {
    color: #444;
}
.pagelist li.thisclass,
.pagelist ul li.thisclass a,
.pagelist ul li.thisclass a:hover {
    color: #fff !important;
    background-color: #26c281;
}
:before,
:after {
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}
.current {
    color: #26c281 !improtant;
}
section {
    ransition: none;
    -webkit-transition: none;
}
.rev_slider * {
    transition: none;
    -webkit-transition: none;
}
ul {
    margin: 0;
}
body {
    font-family: 'Microsoft Yahei', Lato, sans-serif;
    font-size: 14px;
    font-weight: normal;
}
p {
    margin: 0;
    font-size: 14px;
}
a:hover {
    text-decoration: none;
    color: #F9CA3B;
}

/*tree*/

.margin-big-middle-bottom {
    margin-bottom: 50px;
}
#blog .nav li,
#services .nav li,
#portfolio .nav li {
    display: inline-block;
    margin: 5px;
    padding: 0;
    color: #808080;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
#blog .nav li a,
#services .nav li a,
#portfolio .nav li a {
    background: #FFF;
    border: 1px solid #B9B8B8;
    border-radius: 0px;
    font-size: 14px;
    color: #808080;
    display: inline-block;
    padding: 5px 20px;
}
#blog .nav li a:hover,
#services .nav li a:hover,
#portfolio .nav li a:hover {
    background: #26c281;
    border: 1px solid #26c281;
    color: #fff;
}
.row {
    clear: both;
}
.bg-color {
    background-color: #fdfcfc;
}
.inner img {
    width: 100%;
}
@media screen and (max-width:767px) {
    #footer-3 .one {
        display: none;
    }
}

/*
===========================================
button style
===========================================
*/

.btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: unset;
    overflow: hidden;
    padding: 15px 35px 13px;
    text-transform: capitalize;
}
.blue-btn {
    background-color: #288feb;
}
.bg .btn:hover {
    color: #fff;
    border-color: #003381;
    background-color: #003381;
}
.btn:hover {
    color: #fff;
}
.btn i {
    margin-right: 15px;
}
.radius-2x {
    border-radius: 30px;
}
.radius-4x {
    border-radius: 5px;
}
.no-radius {
    border-radius: 0;
}
.btn.icon i {
    border-right: medium none;
    display: inline-block;
    line-height: 50px;
    margin: 0 0 0 10px;
    text-align: center;
}
.btn.green-btn {
    border: 1px solid #003381;
    color: #003381;
    font-size: 14px;
    padding: 10px 20px;
}
.btn.icon {
    background-color: #17232f;
    border: 1px solid #0d141b;
    color: #fff;
    font-size: 16px;
    padding: 0 30px;
}
.btn.icon:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}
.btn.icon:hover i {
    border-color: #fff;
}
.btn.orange-btn {
    background-color: #ff5008;
}
.btn.orange-btn:hover {
    background-color: #333333;
}
.home-2 .hvr-bounce-to-right::before {
    background: #222 none repeat scroll 0 0;
}
.home-2 .btn {
    color: #fff;
}

/*
===========================================
main heading
===========================================
*/

.main-heading h2 {
    color: #576671;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.bg .main-heading h2 {
    color: #fff;
}
.main-heading h3 {
    color: #191d23;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 0;
}
.bg .main-heading h3 {
    color: #fff;
}
.bg .main-heading p {
    color: #fff;
}
.main-heading p {
    color: #191d23;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}
.bg .main-heading p {
    color: #fff;
}
.main-heading {
    margin-bottom: 70px;
}
.heading h2 {
    color: #f6f6f6;
    font-size: 144px;
    font-weight: 900;
    line-height: 55px;
    text-transform: uppercase;
}
.heading {
    left: -10%;
    position: absolute;
    top: 30px;
}
.circul span {
    display: inline-block;
    height: 10px;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 3px;
    width: 10px;
}
.circul {
    margin-top: 15px;
}
.space .main-heading .numbering {
    top: -50px;
}
.main-heading .numbering {
    bottom: 0;
    color: #f2f2f2;
    font-family: times new roman;
    font-size: 250px;
    font-weight: 600;
    left: -50px;
    letter-spacing: 1px;
    line-height: 211px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.main-heading .numbering.left {
    left: -50px;
    right: auto;
}
.main-heading .numbering.center {
    left: 0;
    margin-left: -600px;
    right: 0;
}
h4.rotate-heading {
    bottom: 0;
    color: #bbbbbc;
    font-size: 12px;
    font-weight: bold;
    left: 20px;
    letter-spacing: 2px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 60%;
    transform: rotate(-90deg);
    transform-origin: 0 0 0;
}
h4.rotate-heading.left-out.animated {
    left: 20px;
    opacity: 1;
}
h4.rotate-heading.left-out {
    left: -100px;
    opacity: 0;
}

/*
===========================================
Heading 2
===========================================
*/

.two.main-heading h2 {
    color: #0d141b;
    font-size: 30px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: lowercase;
}
.bg-color .two.main-heading h2 {
    color: #fff;
}
.bg-color .two.main-heading p {
    color: #fff;
}
.main-heading.two hr {
    border: 1px solid #f7db5a;
    width: 63px;
}
.main-heading.two.text-left hr {
    margin-left: 0;
}
.main-heading.two.text-center hr {
    margin-left: auto;
    margin-right: auto;
}
.main-heading.two.text-right hr {
    margin-right: 0;
}
.main-heading.two p {
    color: #6b7581;
}

/*======================================*/

img {
    vertical-align: middle;
    max-width: 100%;
}
.margin {
    display: inline-block;
    margin: 16px 0;
    width: 100%;
}
.large-margin {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}
.no-padding {
    padding: 0;
}
.padding-left {
    padding: 0 0 0 15px;
}
.padding-right {
    padding: 0 15px 0 0;
}
.space {
    padding: 90px 0;
}
.space-top {
    padding: 90px 0 0;
}
.half-padding {
    padding: 0 7.5px;
}
.space-bottom {
    padding: 90px 0 90px 0;
    position: relative;
}
section.wrapper {
    padding-left: 45px;
}
.small-space {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}
section {
    overflow: hidden;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #19B5FE;
}
.border-top-center::after {
    background-color: #dae5ef;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
}

/*
===========================================
Form style
===========================================
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select.form-control {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    box-shadow: none;
    color: #999;
    display: block;
    font-size: 12px;
    height: 53px;
    line-height: 1.42857;
    padding: 6px 15px;
    font-family: 'Microsoft Yahei'
}
input[type="radio"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
input[type="checkbox"] {
    display: none;
    margin-left: 0;
    margin-top: 3px;
    position: absolute;
}
.checkbox label::before {
    border: 1px solid #dcdcdc;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.checkbox label::after {
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    content: "";
    height: 12px;
    left: 0;
    margin: 4px;
    position: absolute;
    width: 12px;
}
.checkbox input:checked + label::after {
    background-color: #26C281;
    border-color: #26C281;
}
.radio label,
.checkbox label {
    color: #282828;
    font-size: 13px;
    font-weight: normal;
    padding-left: 30px;
}
.checkbox input:checked + label {
    color: #26C281;
}
.form-control::-moz-placeholder {
    color: #b7b7b7;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 300;
}
.form-control:-ms-input-placeholder {
    color: #b7b7b7;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 300;
}
.form-control::-webkit-input-placeholder {
    color: #b7b7b7;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 300;
}
.contact-block form .form-group {
    margin-bottom: 14px;
    padding: 0 7px;
}
label {
    color: #2a2d34;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 100%;
    text-transform: capitalize;
}
textarea.form-control {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    height: 150px;
    resize: none;
}
input:focus,
textarea.form-control:focus,
select:focus {
    border-color: #f0f0f0 !important;
    box-shadow: none !important;
    background-color: #fff !important;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0f0f0;
    /* fallback color if gradients are not supported */
    background-image: url("../images/select-arrow.png"), -webkit-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For Chrome and Safari */
    background-image: url("../images/select-arrow.png"), -moz-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For old Fx (3.6 to 15) */
    background-image: url("../images/select-arrow.png"), -ms-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For pre-releases of IE 10*/
    background-image: url("../images/select-arrow.png"), -o-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For old Opera (11.1 to 12.0) */
    background-image: url("../images/select-arrow.png"), linear-gradient(to bottom, #f0f0f0, #f0f0f0);
    /* Standard syntax; must be last */
    background-position: 96% center;
    background-repeat: no-repeat;
}
select::-ms-expand {
    /* for IE 11 */
    display: none;
}

/*
==========================================
center
==========================================
*/

.center,
.Six-pagination .pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*
===========================================
Overlay
===========================================
*/

.black-overlay::before {
    background-color: rgba(25, 29, 35, 0.93);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.orange-overlay::before {
    background-color: rgba(255, 80, 8, 0.93);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*
===========================================
Social
===========================================
*/

.social {
    list-style: outside none none;
    padding: 0;
}
.social li {
    display: inline-block;
    margin: 0 6px;
}
.social li a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.social li a.hvr-ripple-out:active::before,
.social li a.hvr-ripple-out:focus::before,
.social li a.hvr-ripple-out:hover::before {
    border-color: #19b5fe;
}
.social li a.hvr-ripple-out::before {
    border: 3px solid #293141;
    border-radius: 50%;
}
.social li a:hover {
    color: #ff5c19;
}
.social.simple li a {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    height: auto;
    line-height: normal;
    text-align: center;
    width: auto;
}
.social.simple li {
    margin: 0 10px;
}
.social.simple {
    margin-top: 20px;
}
.social.two li a {
    border: 1px solid #d8d8d8;
    color: #b5b5b5;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.social.two li {
    margin: 0 2px;
}
#footer-3 h4 {
    color: #233141;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 18px;
}
#footer-3 ul.important-link li a,
#footer-3 ul.our-partner li a {
    color: #555555;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
}
#footer-3 ul {
    list-style: outside none none;
    padding: 0;
}
#footer-3 form input {
    background-color: #f2f6fa;
    border-radius: 60px;
    padding: 0 30px;
}
#footer-3 ul.important-link li a:hover,
#footer-3 ul.our-partner li a:hover {
    color: #26c281;
    text-decoration: underline;
}
#footer-3 form .btn {
    box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.1);
}
.social.two li a:hover {
    background-color: #26c281;
    border-color: #ffffff;
    color: #ffffff;
}
#copyright.white {
    background-color: #ffffff;
    padding: 0;
}
#copyright.white p {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #555555;
    padding: 30px 0 20px;
}

/*
===========================================
Call To action
===========================================
*/

.action.one .action-block h3 {
    color: #17232f;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 0;
}
.one .action-block h3 span {
    color: #288feb;
    display: block;
}
.btn {
    font-size: 12px;
    padding: 17px 30px 13px;
    text-transform: uppercase;
}
.btn-primary {
    padding: 17px 17px 13px;
}
.btn.blue-btn:hover {
    color: #ffffff;
}
.action-2 .action-block h3 {
    color: #17232f;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
}
.action-2 .action-block p {
    color: #17232f;
    line-height: 25px;
    margin-bottom: 30px;
}
.action-2 .action-base {
    display: flex;
}
.action-3 .main-heading {
    margin-bottom: 0;
}
.action-3 .main-heading img {
    margin-top: 50px;
}
.action-3 .two.main-heading h2 {
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 0;
}
.action-3 .main-heading.two p {
    color: #ffffff;
}
.action_3-slider .owl-item .blue {
    background-color: #1a83e9;
}
.action_3-slider .owl-item .green {
    background-color: #26C281;
}
.action_3-slider .owl-item .orange {
    background-color: #F6510C;
}
.action_3-slider.owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    font-size: 60px;
}
.action_3-slider.owl-theme .owl-controls .owl-buttons div:hover {}
.action-4 .features .feature-block {
    display: flex;
}
.action-4 .features .numbering span {
    border: 1px solid #003381;
    border-radius: 50%;
    color: #555555;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    height: 57px;
    line-height: 54px;
    margin-right: 25px;
    text-align: center;
    width: 57px;
}
.action-4 .features .feature-info h4 {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}
.action-4 .features .feature-info p {
    color: #222222;
    font-weight: 300;
    line-height: 26px;
}
.action-4 .main-heading {
    margin-bottom: 50px;
}
.action-4 .features .feature-block:not(:last-child) {
    margin-bottom: 40px;
}
.action-4 .action-block > img {
    margin-top: 50px;
}
.action-5 .main-heading p {
    font-size: 15px;
}
.action-5 .main-heading {
    margin-bottom: 0;
}
.action-5 .action-base {
    display: flex;
}
.action-5 .action-base img {
    float: right;
}
@media screen and (max-width:767px) {
    .action-5 .action-base {
        display: unset;
    }
    .action-5 .action-base img {
        float: unset;
        margin: auto;
        margin-top: 30px;
    }
}
.action .action-block p {
    color: #555555;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
}
.action.bg::after {
    background-image: url("../images/border-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: -1;
}

/* ----------------------------------
 ANIMATION
  ---------------------------------- */

.animate-in {
    -webkit-transition: all .7s ease-in-out .2s;
    -moz-transition: all .7s ease-in-out .2s;
    -o-transition: all .7s ease-in-out .2s;
    -ms-transition: all .7s ease-in-out .2s;
    transition: all .7s ease-in-out .2s;
}
.bottom-out {
    top: 200px !important;
}
.bottom-out.animated {
    top: 0px !important;
}
.fade-in {
    opacity: 0;
}
.fade-in.animated {
    opacity: 1;
}
.scale-less {
    opacity: 0;
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
}
.scale-less.animated {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.left-out {
    left: -100px;
    opacity: 0;
}
.left-out.animated {
    left: 0;
    opacity: 1;
}
.right-out {
    right: -100px;
    opacity: 0;
}
.right-out.animated {
    right: 0px;
    opacity: 1;
}
.move-up {
    top: 30px;
    opacity: 0;
}
.move-up.animated {
    top: 0;
    opacity: 1;
}
.zoom-out {
    opacity: 0;
    -ms-transform: scale(5);
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    transform: scale(5);
}
.zoom-out.animated {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.small-spliter {
    width: 50px;
}
.small-spliter.animated {
    width: 20px;
}
@-webkit-keyframes grow {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        top: 110%;
    }
    100% {
        opacity: 1;
        top: 100%;
    }
}
@keyframes grow {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        top: 110%;
    }
    100% {
        opacity: 1;
        top: 100%;
    }
}
@keyframes grow-2 {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        top: 10%;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
@-webkit-keyframes grow-2 {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        top: 10%;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
